Skip to content

Commit

Permalink
revert use full commitment
Browse files Browse the repository at this point in the history
  • Loading branch information
mitschabaude authored and kantp committed Aug 27, 2024
1 parent 4e8ee3c commit ad8cf41
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions FungibleTokenAdmin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -61,9 +61,7 @@ export class FungibleTokenAdmin extends SmartContract implements FungibleTokenAd
return pk
})
this.adminPublicKey.requireEquals(admin)
let adminUpdate = AccountUpdate.createSigned(admin)
adminUpdate.body.useFullCommitment = Bool(true)
return adminUpdate
return AccountUpdate.createSigned(admin)
}

@method.returns(Bool)
Expand Down

0 comments on commit ad8cf41

Please sign in to comment.