Skip to content

fix: use correct keypair variable in TestJob_ComplicatedTransfer#544

Open
Kubudak90 wants to merge 1 commit into
coinbase:masterfrom
Kubudak90:fix/451-testjob-complicatedtransfer-keypair
Open

fix: use correct keypair variable in TestJob_ComplicatedTransfer#544
Kubudak90 wants to merge 1 commit into
coinbase:masterfrom
Kubudak90:fix/451-testjob-complicatedtransfer-keypair

Conversation

@Kubudak90

Copy link
Copy Markdown

Fixes #451

The SaveAccount action in TestJob_ComplicatedTransfer was incorrectly passing {{key.public_key}} to the keypair field. Since keypair expects a KeyPair but key.public_key is a PublicKey, this caused silent unmarshalling failure.

Change to {{key}} since the GenerateKey action stores a KeyPair at that output path.

The SaveAccount action in TestJob_ComplicatedTransfer was incorrectly
passing {{key.public_key}} to the keypair field. Since keypair expects
a KeyPair but key.public_key is a PublicKey, this caused silent
unmarshalling failure.

Change to {{key}} since the GenerateKey action stores a KeyPair at
that output path.

Fixes coinbase#451
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

1 participant