-
Notifications
You must be signed in to change notification settings - Fork 2.1k
Closed
Labels
Description
Branch zc.v0.11.2.z2
- Test faucet sent 50 ZEC to my address
- zcash-cli listunspent showed them sitting on vout 1.
- When using zcash-cli createrawtransaction, I accidentally set the vout to 0.
- No error reported when using zcrawpour:
./src/zcash-cli zcrawpour "$RAWTX" '{}' "{"$ZCADDRESS":49.9}" 50.0 0.1 - signrawtransaction returns error: "Operation not valid with the current stack size"
Creating a new transaction with vout set correctly to 1 resolves this problem.
Error message can lead user to increase stack size in terminal which will not resolve the issue.
Can mismatch of inputs be detected and reported when invoking zcrawpour?