We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
go get
client/process.go:51:36: not enough arguments in call to protocol.ConstrAccTx have (byte, uint64, [64]byte, *ecdsa.PrivateKey) want (byte, uint64, [64]byte, *ecdsa.PrivateKey, []byte, []protocol.ByteArray) client/process.go:63:41: not enough arguments in call to protocol.ConstrAccTx have (byte, uint64, [64]byte, *ecdsa.PrivateKey) want (byte, uint64, [64]byte, *ecdsa.PrivateKey, []byte, []protocol.ByteArray) client/process.go:180:34: not enough arguments in call to protocol.ConstrFundsTx have (byte, uint64, uint64, uint32, [32]byte, [32]byte, *ecdsa.PrivateKey, *ecdsa.PrivateKey) want (byte, uint64, uint64, uint32, [32]byte, [32]byte, *ecdsa.PrivateKey, *ecdsa.PrivateKey, []byte)
The text was updated successfully, but these errors were encountered:
Not yet compatible with master branch. Use aduno_copy for now.
Sorry, something went wrong.
Using the "aduno" branch doesn't work for me neither.
No branches or pull requests
go get
github.com/bazo-blockchain/bazo-client/client
client/process.go:51:36: not enough arguments in call to protocol.ConstrAccTx
have (byte, uint64, [64]byte, *ecdsa.PrivateKey)
want (byte, uint64, [64]byte, *ecdsa.PrivateKey, []byte, []protocol.ByteArray)
client/process.go:63:41: not enough arguments in call to protocol.ConstrAccTx
have (byte, uint64, [64]byte, *ecdsa.PrivateKey)
want (byte, uint64, [64]byte, *ecdsa.PrivateKey, []byte, []protocol.ByteArray)
client/process.go:180:34: not enough arguments in call to protocol.ConstrFundsTx
have (byte, uint64, uint64, uint32, [32]byte, [32]byte, *ecdsa.PrivateKey, *ecdsa.PrivateKey)
want (byte, uint64, uint64, uint32, [32]byte, [32]byte, *ecdsa.PrivateKey, *ecdsa.PrivateKey, []byte)
The text was updated successfully, but these errors were encountered: