Fix duplciate SigningPubKey

originally messed up in 15b15b7ac0 (diff-86530e87bb83057cc9962054e4b68c814eb452b37896739453a8b9d4f7138b57L13) (though the original was wrong too, since it was supposed to be TxnSignature, not Signature)
This commit is contained in:
Rome Reginelli
2021-04-07 12:05:11 -07:00
committed by GitHub
parent 748fa2bb33
commit f809801767

View File

@@ -12,7 +12,7 @@ Some of the required [common fields][] for normal transactions do not make sense
| `Fee` | String | Amount | `0` |
| `Sequence` | Number | UInt32 | `0` |
| `SigningPubKey` | String | Blob | `""` (Empty string) |
| `SigningPubKey` | String | Blob | `""` (Empty string) |
| `TxnSignature` | String | Blob | `""` (Empty string) |
Pseudo-transactions use the following common fields as normal: