Changeset 30 for trunk/standards
- Timestamp:
- 12/21/07 22:01:39 (4 years ago)
- Location:
- trunk/standards/messages
- Files:
-
- 2 modified
-
all.txt (modified) (4 diffs)
-
wallet.to.wallet.txt (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/standards/messages/all.txt
r29 r30 43 43 44 44 B: 45 BLANK_REJECT #hex_string(number_of_failures)45 BLANK_REJECT #hex_string(number_of_failures) 46 46 #base64(encrypted serial of blank1) "Reason1" 47 47 #base64(encrypted serial of blank2) "Reason2" … … 50 50 Unknown issuer 51 51 Note: Also used for an untrusted issuer 52 Insufficient currency53 52 Prior: BLANK_PRESENT 54 53 Follow: Goodbye 55 54 56 BLANK_REJECT #hex_string(0) "reason"55 BLANK_REJECT #hex_string(0) "reason" 57 56 Reason: 58 57 Cancelled 58 Insufficient currency 59 59 Prior: BLANK_PRESENT 60 60 Follow: Goodbye 61 61 62 62 63 BLANK_FAILURE #hex_string(number_of_failures)63 BLANK_FAILURE #hex_string(number_of_failures) 64 64 #base64(encrypted serial of blank1) "Reason1" 65 65 #base64(encrypted serial of blank2) "Reason2" … … 73 73 Follow: Goodbye 74 74 75 BLANK_FAILURE #hex_string(0) "reason"75 BLANK_FAILURE #hex_string(0) "reason" 76 76 Reasons: 77 77 Cancelled … … 121 121 Prior: COINS_REDEEM 122 122 Follow: Goodbye 123 123 124 124 125 -
trunk/standards/messages/wallet.to.wallet.txt
r29 r30 21 21 22 22 B: 23 BLANK_REJECT #hex_string(number_of_failures)23 BLANK_REJECT #hex_string(number_of_failures) 24 24 #base64(encrypted serial of blank1) "Reason1" 25 25 #base64(encrypted serial of blank2) "Reason2" … … 28 28 Unknown issuer 29 29 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 30 36 Insufficient currency 31 37 Prior: BLANK_PRESENT 32 38 Follow: Goodbye 33 39 34 BLANK_REJECT #hex_string(0) "reason"35 Reason:36 Cancelled37 Prior: BLANK_PRESENT38 Follow: Goodbye39 40 40 41 BLANK_FAILURE #hex_string(number_of_failures)41 BLANK_FAILURE #hex_string(number_of_failures) 42 42 #base64(encrypted serial of blank1) "Reason1" 43 43 #base64(encrypted serial of blank2) "Reason2" … … 51 51 Follow: Goodbye 52 52 53 BLANK_FAILURE #hex_string(0) "reason"53 BLANK_FAILURE #hex_string(0) "reason" 54 54 Reasons: 55 55 Cancelled
