Skip to content

Commit

Permalink
[cgo] refs fibercrypto#116 Finalized coin.block
Browse files Browse the repository at this point in the history
  • Loading branch information
Maykel Arias Torres committed Feb 2, 2020
1 parent 1d0c4af commit f8a5239
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/cgo/cipher.bip32.bip32.go
Original file line number Diff line number Diff line change
Expand Up @@ -478,4 +478,4 @@ func SKY_bip32_PrivateKey_Publickey(_pk C.PrivateKey__Handle, _pp *C.PublicKey__
pp := pk.PublicKey()
*_pp = registerPublicKeyHandle(pp)
return
}
}
2 changes: 1 addition & 1 deletion lib/cgo/coin.block.go
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ func SKY_coin_CreateUnspents(_bh *C.coin__BlockHeader, _txn *C.Transaction__Hand
}
txn := *__txn
__arg2 := coin.CreateUnspents(bh, txn)
copyToBuffer(reflect.ValueOf(__arg2[:]), unsafe.Pointer(_arg2), uint(SizeofUxArray))
copyTocoin_UxArray(reflect.ValueOf(__arg2), _arg2)
return
}

Expand Down

0 comments on commit f8a5239

Please sign in to comment.