Skip to content

Commit

Permalink
add submitting for fee debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
paweljakubas committed Oct 28, 2022
1 parent 12e274f commit 5b22fb0
Showing 1 changed file with 9 additions and 0 deletions.
Expand Up @@ -600,6 +600,15 @@ spec = describe "SHARED_TRANSACTIONS" $ do
verify rDecodedTx3Wal1 (decodeConstructedTxSharedWal ++ witsExp2)
verify rDecodedTx3Wal2 (decodeConstructedTxSharedWal ++ witsExp2)

signedTx3 <-
signSharedTx ctx sharedWal2 apiTx2 [ expectResponseCode HTTP.status202 ]

-- Submit tx
submittedTx <- submitSharedTxWithWid ctx sharedWal1 signedTx3
verify submittedTx
[ expectSuccess
, expectResponseCode HTTP.status202
]

where
fundSharedWallet ctx amt walShared = do
Expand Down

0 comments on commit 5b22fb0

Please sign in to comment.