Functions to create and manage Orchard commitment trees #99
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ createTransaction ::
|
||||||
-> IO (Either TxError HexString)
|
-> IO (Either TxError HexString)
|
||||||
createTransaction sapAnchor orchAnchor tSpend sSpend oSpend outgoing znet bh build = do
|
createTransaction sapAnchor orchAnchor tSpend sSpend oSpend outgoing znet bh build = do
|
||||||
txResult <-
|
txResult <-
|
||||||
withBorshBufferOfInitSize 5120 $
|
withBorshBufferOfInitSize 10240 $
|
||||||
rustWrapperCreateTx
|
rustWrapperCreateTx
|
||||||
(case sapAnchor of
|
(case sapAnchor of
|
||||||
Nothing -> "0"
|
Nothing -> "0"
|
||||||
|
|
Loading…
Reference in a new issue