mirror of
https://github.com/dogecoin/dogecoin.git
synced 2026-02-19 19:58:46 +00:00
Change result from getauxblock to BIP22 validation state
This commit is contained in:
parent
b1778e3c49
commit
7d3cb5e000
@ -1085,7 +1085,7 @@ UniValue getauxblock(const JSONRPCRequest& request)
|
||||
if (fAccepted)
|
||||
coinbaseScript->KeepScript();
|
||||
|
||||
return fAccepted;
|
||||
return BIP22ValidationResult(sc.state);
|
||||
}
|
||||
|
||||
/* ************************************************************************** */
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user