Skip to content

Commit 3de24d7

Browse files
committed
rename json field "bannedtill" to "banned_until"
1 parent 433fb1a commit 3de24d7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/rpcnet.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -544,7 +544,7 @@ Value listbanned(const Array& params, bool fHelp)
544544
{
545545
Object rec;
546546
rec.push_back(Pair("address", (*it).first.ToString()));
547-
rec.push_back(Pair("bannedtill", (*it).second));
547+
rec.push_back(Pair("banned_untill", (*it).second));
548548
bannedAddresses.push_back(rec);
549549
}
550550

0 commit comments

Comments
 (0)