Skip to content

Commit 81ed58f

Browse files
authored
Update AccountAllowanceSerializedExample.cpp
Signed-off-by: freya-docs <freya.docs.pp@gmail.com>
1 parent 41b9c28 commit 81ed58f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/sdk/examples/AccountAllowanceSerializedExample.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
*
99
* Essential steps:
1010
* - Load an operator account to pay for transactions and set it for client usage.
11-
* - Generate accounts for Alice (owner), Bob (spender), and Charlie (receiver), with 5Hbar each.
11+
* - Generate accounts for Alice (owner), Bob (spender), and Charlie (receiver), with 5 Hbar each.
1212
* - Alice approves Bob to spend 2 Hbar from her account, through the allowance.
1313
* - Construct an approved transfer transaction of 1 Hbar, from Alice to Charlie, using Bob’s allowance.
1414
* - Serialize the unexecuted transaction into raw byte array.

0 commit comments

Comments
 (0)