Skip to content

Commit

Permalink
fixed error on Reclaim Escrow documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
colossus-digital authored and pro-wh committed Feb 28, 2023
1 parent 860157e commit 39d5227
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .changelog/424.doc.md
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
fixed error on Reclaim Escrow documentation
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -604,7 +604,7 @@ limit `gas_limit` and fee `fee_bu` base units:
/* no network_index */
},
/* no related_operations */
"type": "Transfer",
"type": "ReclaimEscrow",
/* no status */
"account": {
"address": signer_addr
Expand All @@ -621,7 +621,7 @@ limit `gas_limit` and fee `fee_bu` base units:
/* no network_index */
},
/* no related_operations */
"type": "Transfer",
"type": "ReclaimEscrow",
/* no status */
"account": {
"address": escrow_addr,
Expand Down

0 comments on commit 39d5227

Please sign in to comment.