Skip to content

Commit

Permalink
non blank memo
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteStochastic committed Mar 18, 2022
1 parent f3f4b2a commit 9fc8ce2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/app/test_executive/payments_test.ml
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ module Make (Inputs : Intf.Test.Inputs_intf) = struct
User_command_input.create ~fee
~fee_token:(Signed_command_payload.Body.token txn_body)
~fee_payer_pk:sender_pub_key ~valid_until:None
~memo:(Signed_command_memo.of_string "")
~memo:
(Signed_command_memo.of_string "payment from node b to node a")
~body:txn_body ~signer:sender_pub_key
~sign_choice:(User_command_input.Sign_choice.Keypair sender_kp) ()
in
Expand Down

0 comments on commit 9fc8ce2

Please sign in to comment.