Reliable tx sub: fix Fee type

This commit is contained in:
mDuo13
2022-05-19 15:14:16 -07:00
parent 1bd59b7ac0
commit 770269d1de
2 changed files with 2 additions and 2 deletions

View File

@@ -301,7 +301,7 @@ JSON-RPC要求:
"Account": "rG5Ro9e3uGEZVCh3zu5gB9ydKUskCs221W",
"Sequence": 4,
"LastLedgerSequence": 10268600,
"Fee": 10000,
"Fee": "10000",
"Amount": {
"currency": "FOO",
"issuer": "rG5Ro9e3uGEZVCh3zu5gB9ydKUskCs221W",

View File

@@ -319,7 +319,7 @@ Request:
"Account": "rG5Ro9e3uGEZVCh3zu5gB9ydKUskCs221W",
"Sequence": 4,
"LastLedgerSequence": 10268600,
"Fee": 10000,
"Fee": "10000",
"Amount": {
"currency": "FOO",
"issuer": "rG5Ro9e3uGEZVCh3zu5gB9ydKUskCs221W",