Changeset 30 for trunk/standards

Show
Ignore:
Timestamp:
12/21/07 22:01:39 (4 years ago)
Author:
ocmathew
Message:

Fix alignment
Insufficient funds message should be an error for the entire BLANK_REJECT message, not just a single coin

Location:
trunk/standards/messages
Files:
2 modified

Legend:

Unmodified
Added
Removed
  • trunk/standards/messages/all.txt

    r29 r30  
    4343 
    4444B: 
    45   BLANK_REJECT #hex_string(number_of_failures) 
     45  BLANK_REJECT  #hex_string(number_of_failures) 
    4646                #base64(encrypted serial of blank1) "Reason1" 
    4747                #base64(encrypted serial of blank2) "Reason2" 
     
    5050                        Unknown issuer 
    5151                            Note: Also used for an untrusted issuer 
    52                         Insufficient currency 
    5352        Prior:  BLANK_PRESENT 
    5453        Follow: Goodbye 
    5554                         
    56   BLANK_REJECT #hex_string(0) "reason" 
     55  BLANK_REJECT  #hex_string(0) "reason" 
    5756                    Reason: 
    5857                        Cancelled 
     58                        Insufficient currency 
    5959        Prior:  BLANK_PRESENT 
    6060        Follow: Goodbye 
    6161                         
    6262 
    63   BLANK_FAILURE  #hex_string(number_of_failures) 
     63  BLANK_FAILURE #hex_string(number_of_failures) 
    6464                #base64(encrypted serial of blank1) "Reason1" 
    6565                #base64(encrypted serial of blank2) "Reason2" 
     
    7373        Follow: Goodbye 
    7474 
    75   BLANK_FAILURE  #hex_string(0) "reason" 
     75  BLANK_FAILURE #hex_string(0) "reason" 
    7676                    Reasons: 
    7777                        Cancelled 
     
    121121        Prior:  COINS_REDEEM 
    122122        Follow: Goodbye 
     123 
    123124 
    124125 
  • trunk/standards/messages/wallet.to.wallet.txt

    r29 r30  
    2121 
    2222B: 
    23   BLANK_REJECT #hex_string(number_of_failures) 
     23  BLANK_REJECT  #hex_string(number_of_failures) 
    2424                #base64(encrypted serial of blank1) "Reason1" 
    2525                #base64(encrypted serial of blank2) "Reason2" 
     
    2828                        Unknown issuer 
    2929                            Note: Also used for an untrusted issuer 
     30        Prior:  BLANK_PRESENT 
     31        Follow: Goodbye 
     32                         
     33  BLANK_REJECT  #hex_string(0) "reason" 
     34                    Reason: 
     35                        Cancelled 
    3036                        Insufficient currency 
    3137        Prior:  BLANK_PRESENT 
    3238        Follow: Goodbye 
    3339                         
    34   BLANK_REJECT #hex_string(0) "reason" 
    35                     Reason: 
    36                         Cancelled 
    37         Prior:  BLANK_PRESENT 
    38         Follow: Goodbye 
    39                          
    4040 
    41   BLANK_FAILURE  #hex_string(number_of_failures) 
     41  BLANK_FAILURE #hex_string(number_of_failures) 
    4242                #base64(encrypted serial of blank1) "Reason1" 
    4343                #base64(encrypted serial of blank2) "Reason2" 
     
    5151        Follow: Goodbye 
    5252 
    53   BLANK_FAILURE  #hex_string(0) "reason" 
     53  BLANK_FAILURE #hex_string(0) "reason" 
    5454                    Reasons: 
    5555                        Cancelled