stellar / soroban-examples

Example Soroban Contracts
Apache License 2.0
65 stars 68 forks source link

Check non-negative amounts in token contract #202

Closed brson closed 1 year ago

brson commented 1 year ago

What

Check that amount is nonnegative in various token contract methods.

Why

The native token contract doesn't allow negatives in these cases.

Known limitations

n/a

gitpod-io[bot] commented 1 year ago

brson commented 1 year ago

Rebased.