Changeset 14 for trunk/standards/protocol.txt
- Timestamp:
- 12/13/07 16:57:57 (4 years ago)
- Files:
-
- 1 modified
-
trunk/standards/protocol.txt (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/standards/protocol.txt
r13 r14 285 285 286 286 * Wallet Bob sends buy request (blanks + coins) (Wallet Bob continues as in #4 and #8) 287 ( COINS_REDEEM+MINT_REQUEST)287 (REDEEM_COINS+MINT_REQUEST) 288 288 289 289 * IS has to check if sum of blanks and coins are equal … … 297 297 298 298 - target can be an account 299 COINS_REDEEM(transaction_id, target, list(coin1, ...)299 REDEEM_COINS_REQUEST(transaction_id, target, list(coin1, ...) 300 300 301 301 target is of the form: … … 318 318 319 319 * IS rejects with reason (key id unknown, coin outdated, coin spent, signature invalid) per coin or 320 COINS_REJECT( list(coin1, ...) )320 REDEEM_COINS_REJECT( list(coin1, ...) ) 321 321 322 322 * (IS tries to service target, rejects with reason if not possible) … … 325 325 326 326 * IS sends accept to Wallet 327 COINS_ACCEPT328 327 REDEEM_COINS_ACCEPT 328
