mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-18 13:17:55 +02:00
Remove ::g_max_datacarrier_bytes global
This commit is contained in:
parent
fad0b4fab8
commit
66664384a6
13 changed files with 27 additions and 27 deletions
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue