mirror of
https://github.com/Retropex/bitcoin.git
synced 2025-05-21 17:42:37 +02:00
rename json field "bannedtill" to "banned_until"
This commit is contained in:
parent
433fb1a95d
commit
3de24d7647
@ -544,7 +544,7 @@ Value listbanned(const Array& params, bool fHelp)
|
||||
{
|
||||
Object rec;
|
||||
rec.push_back(Pair("address", (*it).first.ToString()));
|
||||
rec.push_back(Pair("bannedtill", (*it).second));
|
||||
rec.push_back(Pair("banned_untill", (*it).second));
|
||||
bannedAddresses.push_back(rec);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user