Remove ::g_max_datacarrier_bytes global

This commit is contained in:
MacroFake 2022-07-21 18:09:02 +02:00
parent fad0b4fab8
commit 66664384a6
No known key found for this signature in database
GPG key ID: CE2B75697E69A548
13 changed files with 27 additions and 27 deletions

View file

@ -20,7 +20,7 @@
// Helpers:
bool IsStandardTx(const CTransaction& tx, std::string& reason)
{
return IsStandardTx(tx, DEFAULT_PERMIT_BAREMULTISIG, CFeeRate{DUST_RELAY_TX_FEE}, reason);
return IsStandardTx(tx, std::nullopt, DEFAULT_PERMIT_BAREMULTISIG, CFeeRate{DUST_RELAY_TX_FEE}, reason);
}
static std::vector<unsigned char>