mirror of
https://github.com/status-im/contracts.git
synced 2025-02-23 12:08:47 +00:00
Added case for requests not being tributes
This commit is contained in:
parent
b5514ec437
commit
5272171a17
@ -119,6 +119,8 @@ contract MessageTribute is Controlled {
|
||||
} else {
|
||||
balances[_to] += amount;
|
||||
}
|
||||
} else {
|
||||
balances[_to] += amount;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user