Skip to content

Commit 42bcff2

Browse files
authored
Update script.rst
1 parent 3e681e0 commit 42bcff2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

introduction/script.rst

+1-1
Original file line numberDiff line numberDiff line change
@@ -292,7 +292,7 @@ MoneyTransfer("SenderAccountId,RecipientAccountId,Amount",sender_id,recipient_id
292292
data {
293293
Recipient int "hidden"
294294
Amount money
295-
Signature string "signature:send_money"
295+
Signature string "signature:MoneyTransfer"
296296
}
297297
func action {
298298
MoneyTransfer("Recipient,Amount,Signature",$Recipient,$Amount,$Signature)

0 commit comments

Comments
 (0)