mirror of
https://github.com/XRPLF/xrpl-dev-portal.git
synced 2025-11-28 07:35:50 +00:00
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:
@@ -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:
|
||||
|
||||
|
||||
Reference in New Issue
Block a user