diff --git a/examples/nft-d/nft.go b/examples/nft-d/nft.go index d7f18ec7a..18d36adc3 100644 --- a/examples/nft-d/nft.go +++ b/examples/nft-d/nft.go @@ -383,7 +383,7 @@ func OnNEP17Payment(from interop.Hash160, amount int, data interface{}) { total := totalSupply(ctx) - addOwner(ctx, from, id) + addOwner(ctx, id, from) addToBalance(ctx, from, id, multiplier) total++