Changeset 73 for trunk/standards
- Timestamp:
- 02/01/08 00:18:10 (4 years ago)
- Files:
-
- 1 modified
-
trunk/standards/protocol.txt (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
trunk/standards/protocol.txt
r72 r73 135 135 136 136 where "reason" may be some general failure like "500 minting not available". 137 If the request is accepted with no delay, IS answers 138 139 TRANSFER_TOKEN_ACCEPT( transaction_id, message, list_of_singed_blinds) 140 141 (with list_of_singed_blinds empty if no minting was required) 137 142 If minting was requested and acccepted but postponed, IS answers 138 143 139 144 TRANSFER_TOKEN_DELAY( transaction_id, message ) 140 145 141 If the request is accepted with no delay, IS answers 142 143 TRANSFER_TOKEN_ACCEPT( transaction_id, message, list_of_singed_blinds) 144 145 (with list_of_singed_blinds empty if no minting was required) 146 In this case, the wallet can fetch the signed blinds later by 147 148 TRANSFER_TOKEN_RESUME( transaction_id ) 146 149 147 150
