Show
Ignore:
Timestamp:
12/19/07 17:19:45 (4 years ago)
Author:
ocmathew
Message:

Convert tabs to spaces

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • trunk/standards/protocol.txt

    r19 r28  
    8181 
    8282Wallet: 
    83         MINTING_KEY_FETCH_DENOMINATION(denomination) or MINTING_KEY_FETCH_KEYID(key_id) 
     83    MINTING_KEY_FETCH_DENOMINATION(denomination) or MINTING_KEY_FETCH_KEYID(key_id) 
    8484IS: 
    85         MINTING_KEY_PASS(keycertificate) or MINTING_KEY_FAILURE(reason) 
     85    MINTING_KEY_PASS(keycertificate) or MINTING_KEY_FAILURE(reason) 
    8686 
    8787* Wallet: creates blank according to CDD: 
     
    152152 
    153153    FETCH_MINTED_ACCEPT(request_id, list(signature_of_blind1, ...) ) 
    154          
     154     
    155155  Session terminates 
    156156 
     
    228228        - lock list of encrypted coin serial numbers at IS (DSDB)  
    229229            LOCK_COINS_REQUEST( DSDB_key_key_id, transaction_id, 
    230                                                                 list( (key_identifier1, encrypted_serial1), ... ) ) 
     230                                list( (key_identifier1, encrypted_serial1), ... ) ) 
    231231 
    232232        - IS either accepts with locking time or rejects with list of rejected serials + reason (locked, spent)  
     
    256256 
    257257      Note: After BLANK_ACCEPT, a BLANK_REJECT(emptylist, "Reason) can be given to abort the transaction until 
    258                         COINS_SPEND is sent 
    259                          
     258            COINS_SPEND is sent 
     259             
    260260* Wallet Alice sends coins to Wallet Bob (this time including their clear serial and signature) 
    261261