You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When a marker has allow_forced_transfer set to true, a marker transfer from a group account fails for an account with MARKER_TRANSFER permission even through an authz grant exists
Version
1.17.1
Steps to Reproduce
Create a restricted marker with allow_forced_transfer = true and withdraw some coin to a group account.
Create an authz grant for the group account to allow transfer of the marker by an account with MARKER_TRANSFER permissions
Signing with the account with marker transfer permissions, attempt to transfer the coin from the group account.
Note the error funds are not allowed to be removed from {group address}
Just a comment that this transaction is slightly odd in that the smart contract (the grantee of the transfer authority authz grant) already had TRANSFER authority on the Marker (with force transfer enabled). In other words, the authz grant here was likely unnecessary.
Summary of Bug
When a marker has
allow_forced_transfer
set to true, a marker transfer from a group account fails for an account withMARKER_TRANSFER
permission even through an authz grant existsVersion
1.17.1
Steps to Reproduce
allow_forced_transfer = true
and withdraw some coin to a group account.MARKER_TRANSFER
permissionsfunds are not allowed to be removed from {group address}
example failure:
https://explorer.test.provenance.io/tx/3740C759C9A3117E84E4B6B9B9273B2AE351CC0DEC7CC54191DDD50B8C90D454/19980649
For Admin Use
The text was updated successfully, but these errors were encountered: