Skip to content

Commit

Permalink
Correct the key automatically claimed to.
Browse files Browse the repository at this point in the history
  • Loading branch information
kayabaNerve committed Jan 22, 2020
1 parent 13c9e3b commit f54189b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/MainMerit.nim
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ proc mainMerit() {.forceCheck: [].} =
try:
claim = newClaim(
newFundedInput(newBlock.header.hash, receivedMint),
wallet.wallet.publicKey
wallet.wallet.external.next().publicKey
)
except ValueError as e:
doAssert(false, "Created a Claim with a Mint yet newClaim raised a ValueError: " & e.msg)
Expand Down

0 comments on commit f54189b

Please sign in to comment.