fix: increase buffer size for createTransaction

This commit is contained in:
Rene Vergara 2024-10-30 10:59:20 -05:00
parent f4ecfe9d11
commit a8d4a96b8a
Signed by: pitmutt
GPG key ID: 65122AD495A7F5B2

View file

@ -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"