Skip to content

Commit

Permalink
Merge #256: Relax revocation to allow anyone to revoke from their wal…
Browse files Browse the repository at this point in the history
…lets

c680b47 Relax revocation to allow anyone to revoke from their wallets (wanderingbort)
  • Loading branch information
dexX7 committed Jul 9, 2019
2 parents 8d998ed + c680b47 commit d12ad3e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -878,11 +878,11 @@ Say that you have a smart property whose ID is 8 and you have just reached a fun
### Revoking Tokens for a Managed Property
This feature is supported since block number 323230.

Description: Properties issued with a [Property with Managed Number of Tokens](#new-property-with-managed-number-of-tokens) transaction may have tokens revoked from the balance of the address that originally broadcast the property creation transaction.
Description: Properties issued with a [Property with Managed Number of Tokens](#new-property-with-managed-number-of-tokens) transaction may have tokens voluntarily revoked from the balance of any address that has a positive token balance.

It is invalid to attempt to revoke tokens on any property that was not broadcast as a [Property with Managed Number of Tokens](#new-property-with-managed-number-of-tokens).

It is invalid to attempt to broadcast a token revoke on any property from an address other than the address that originally broadcast the [Property with Managed Number of Tokens](#new-property-with-managed-number-of-tokens) transaction.
It is invalid to attempt to broadcast a token revoke on any property for an address other than the address that broadcasts the revoke transaction.

It is invalid to attempt to revoke any amount of tokens in excess of the number owned and available by the address that broadcasts the transaction.

Expand Down

0 comments on commit d12ad3e

Please sign in to comment.