@@ -1107,13 +1107,13 @@ Breaking this down:
1107
1107
1108
1108
- ` 6a ` → OP_RETURN opcode
1109
1109
1110
- - ` 04 ` → Pushdata indicating the size (in bytes) of the protocol identifier
1110
+ - ` 04 ` → Pushdata indicating the size of the protocol identifier
1111
1111
1112
1112
- ` 50415900 ` → PayButton identifier (ASCII ` PAY ` + ` 0x00 ` )
1113
1113
1114
1114
- ` 00 ` → Version 0
1115
1115
1116
- - ` 0c ` → Pushdata indicating the size (in bytes) of data payload identifier
1116
+ - ` 0c ` → Pushdata indicating the size of data payload identifier
1117
1117
1118
1118
- ` 0102030405060708090a0b0c ` → Data payload
1119
1119
@@ -1129,17 +1129,17 @@ Breaking this down:
1129
1129
1130
1130
- ` 6a ` → OP_RETURN opcode
1131
1131
1132
- - ` 04 ` → Pushdata indicating the size (in bytes) of the protocol identifier
1132
+ - ` 04 ` → Pushdata indicating the size of the protocol identifier
1133
1133
1134
1134
- ` 50415900 ` → PayButton identifier (ASCII ` PAY ` + ` 0x00 ` )
1135
1135
1136
1136
- ` 00 ` → Version 0
1137
1137
1138
- - ` 0c ` → Pushdata indicating the size (in bytes) of data payload identifier
1138
+ - ` 0c ` → Pushdata indicating the size of data payload identifier
1139
1139
1140
1140
- ` 0102030405060708090a0b0c ` → Data payload
1141
1141
1142
- - ` 00 ` → Pushdata for payment ID (nonce) , indicating there will be none
1142
+ - ` 00 ` → Pushdata for payment ID, indicating there will be none
1143
1143
1144
1144
1145
1145
@@ -1150,33 +1150,33 @@ Breaking this down:
1150
1150
1151
1151
- ` 6a ` → OP_RETURN opcode
1152
1152
1153
- - ` 04 ` → Pushdata indicating the size (in bytes) of the protocol identifier
1153
+ - ` 04 ` → Pushdata indicating the size of the protocol identifier
1154
1154
1155
1155
- ` 50415900 ` → PayButton identifier (ASCII ` PAY ` + ` 0x00 ` )
1156
1156
1157
1157
- ` 00 ` → Version 0
1158
1158
1159
1159
- ` 00 ` → No data payload
1160
1160
1161
- - ` 08 ` → 8-byte value indicating that this transaction has an 8-byte payment ID (nonce)
1161
+ - ` 08 ` → 8-byte value indicating that this transaction has an 8-byte payment ID
1162
1162
1163
- - ` 0102030405060708 ` → payment ID (nonce)
1163
+ - ` 0102030405060708 ` → payment ID
1164
1164
1165
- ### 4. Transaction with no data and no payment ID (nonce)
1165
+ ### 4. Transaction with no data and no payment ID
1166
1166
1167
1167
6a0450415900000000
1168
1168
1169
1169
- ` 6a ` → OP_RETURN opcode
1170
1170
1171
- - ` 04 ` → Pushdata indicating the size (in bytes) of the protocol identifier
1171
+ - ` 04 ` → Pushdata indicating the size of the protocol identifier
1172
1172
1173
1173
- ` 50415900 ` → PayButton identifier (ASCII ` PAY ` + ` 0x00 ` )
1174
1174
1175
1175
- ` 00 ` → Version 0
1176
1176
1177
1177
- ` 00 ` → Pushdata for data payload, indicating there will be none
1178
1178
1179
- - ` 00 ` → Pushdata for payment ID (nonce) , indicating there will be none
1179
+ - ` 00 ` → Pushdata for payment ID, indicating there will be none
1180
1180
1181
1181
1182
1182
0 commit comments