Skip to content

Commit 4096933

Browse files
committed
fix: spelling mistake. thank you duckie <3
1 parent c0f6e9e commit 4096933

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/script.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3910,7 +3910,7 @@ bool VerifySignature(const CTransaction& txFrom, const CTransaction& txTo, unsig
39103910
) && pindexBest->nHeight > 429972
39113911
)
39123912
{
3913-
LogPrintf("[Error] Burn address %s try to send coints!!! Run in circles and scream with your hands in the air!!!\n", str_address.c_str());
3913+
LogPrintf("[Error] Burn address %s trying to send coins!!! Run in circles and scream with your hands in the air!!!\n", str_address.c_str());
39143914

39153915
return false;
39163916
}

0 commit comments

Comments
 (0)