Skip to content

Commit

Permalink
[fold] Add Bridge to deletion blockers
Browse files Browse the repository at this point in the history
  • Loading branch information
seelabs committed Oct 20, 2022
1 parent fffdc2a commit 4818aee
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/ripple/rpc/handlers/AccountObjects.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -205,7 +205,8 @@ doAccountObjects(RPC::JsonContext& context)
{jss::check, ltCHECK},
{jss::escrow, ltESCROW},
{jss::payment_channel, ltPAYCHAN},
{jss::state, ltRIPPLE_STATE}};
{jss::state, ltRIPPLE_STATE},
{jss::bridge, ltBRIDGE}};

typeFilter.emplace();
typeFilter->reserve(std::size(deletionBlockers));
Expand Down

0 comments on commit 4818aee

Please sign in to comment.