Skip to content

Commit

Permalink
trailing space
Browse files Browse the repository at this point in the history
  • Loading branch information
alex v committed Nov 24, 2024
1 parent 611b839 commit 644476f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/blsct/tokens/predicate_exec.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ bool ExecutePredicate(const ParsedPredicate& predicate, CCoinsViewCache& view, c

if (fDisconnect)
token.mapMintedNft.erase(predicate.GetNftId());
else
else
token.mapMintedNft[predicate.GetNftId()] = predicate.GetNftMetaData();

view.AddToken(hash, std::move(token));
Expand Down

0 comments on commit 644476f

Please sign in to comment.