Add ValidAddress #86

Merged
pitmutt merged 59 commits from rav001 into milestone2 2024-08-13 12:58:23 +00:00
Showing only changes of commit b3ec3aecbd - Show all commits

View file

@ -135,7 +135,8 @@ createTransaction ::
-> IO (Either TxError HexString)
createTransaction sapAnchor orchAnchor tSpend sSpend oSpend outgoing znet bh build = do
txResult <-
withBorshBufferOfInitSize 10240 $
do print "calling FFI"
withBorshBufferOfInitSize 51200 $
rustWrapperCreateTx
(case sapAnchor of
Nothing -> "0"