Skip to content
New issue

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 fails: #11

Open
tbocek opened this issue Oct 2, 2018 · 2 comments
Open

go get fails: #11

tbocek opened this issue Oct 2, 2018 · 2 comments

Comments

@tbocek
Copy link
Contributor

tbocek commented Oct 2, 2018

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)

@mchetelat
Copy link
Contributor

Not yet compatible with master branch. Use aduno_copy for now.

@rmnblm
Copy link
Member

rmnblm commented Oct 17, 2018

Using the "aduno" branch doesn't work for me neither.

image

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants