Skip to content

Commit

Permalink
placeholder for the graphql
Browse files Browse the repository at this point in the history
  • Loading branch information
QuiteStochastic committed Mar 4, 2022
1 parent 91affb2 commit 2623da8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions src/lib/integration_test_cloud_engine/kubernetes_network.ml
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ module Node = struct
$fee: UInt64!,
$nonce: UInt32,
$memo: String) {
sendPayment(input:
ADSFASDFDASF(input:
{from: $sender, to: $receiver, amount: $amount, token: $token, fee: $fee, nonce: $nonce, memo: $memo}) {
payment {
id
Expand Down Expand Up @@ -376,8 +376,8 @@ module Node = struct
exec_graphql_request ~logger ~node:t
~query_name:"delegate_currency_graphql" delegate_currency_obj
in
let%map sent_payment_obj = delegate_currency_graphql () in
let (`UserCommand id_obj) = sent_payment_obj#sendPayment#payment in
let%map result_obj = delegate_currency_graphql () in
let (`UserCommand id_obj) = result_obj#sendPayment#payment in
let user_cmd_id = id_obj#id in
[%log info] "Currency Delegated"
~metadata:[ ("user_command_id", `String user_cmd_id) ] ;
Expand Down

0 comments on commit 2623da8

Please sign in to comment.