Skip to content

Commit 64bda60

Browse files
committed
Whitespace.
1 parent af760d8 commit 64bda60

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

src/protocols/protocol_native.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -716,8 +716,8 @@ bool protocol_native::handle_get_tx_details(const code& ec,
716716
const auto bip141 = context.is_enabled(chain::flags::bip141_rule);
717717
object["confirmed"] = boost::json::object
718718
{
719-
{ "height", context.height },
720-
{ "position", position },
719+
{ "height", context.height },
720+
{ "position", position },
721721
{ "sigops", tx->signature_operations(bip16, bip141) }
722722
};
723723
}

0 commit comments

Comments
 (0)