fix: increase buffer size for createTransaction
This commit is contained in:
parent
f4ecfe9d11
commit
a8d4a96b8a
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ createTransaction ::
|
|||
-> IO (Either TxError HexString)
|
||||
createTransaction sapAnchor orchAnchor tSpend sSpend oSpend outgoing znet bh build = do
|
||||
txResult <-
|
||||
withBorshBufferOfInitSize 5120 $
|
||||
withBorshBufferOfInitSize 10240 $
|
||||
rustWrapperCreateTx
|
||||
(case sapAnchor of
|
||||
Nothing -> "0"
|
||||
|
|
Loading…
Reference in a new issue