Skip to content

Commit

Permalink
Removed number from outputs in activities and notifications
Browse files Browse the repository at this point in the history
  • Loading branch information
lostystyg committed Sep 5, 2022
1 parent 2453407 commit 88ed33a
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions src/pocketdb/repositories/web/WebRpcRepository.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -4992,7 +4992,6 @@ namespace PocketDb
(
select json_group_array(json_object(
'Value', Value,
'Number', Number,
'AddressHash', AddressHash,
'ScriptPubKey', ScriptPubKey
))
Expand Down Expand Up @@ -5079,7 +5078,6 @@ namespace PocketDb
(
select json_group_array(json_object(
'Value', Value,
'Number', Number,
'AddressHash', AddressHash,
'ScriptPubKey', ScriptPubKey
))
Expand Down Expand Up @@ -5274,7 +5272,6 @@ namespace PocketDb
(
select json_group_array(json_object(
'Value', Value,
'Number', Number,
'AddressHash', AddressHash,
'ScriptPubKey', ScriptPubKey
))
Expand Down Expand Up @@ -5439,7 +5436,6 @@ namespace PocketDb
(
select json_group_array(json_object(
'Value', Value,
'Number', Number,
'AddressHash', AddressHash,
'ScriptPubKey', ScriptPubKey
))
Expand Down Expand Up @@ -5685,7 +5681,6 @@ namespace PocketDb
(
select json_group_array(json_object(
'Value', Value,
'Number', Number,
'AddressHash', AddressHash,
'ScriptPubKey', ScriptPubKey
))
Expand Down Expand Up @@ -5863,7 +5858,6 @@ namespace PocketDb
(
select json_group_array(json_object(
'Value', Value,
'Number', Number,
'AddressHash', AddressHash,
'ScriptPubKey', ScriptPubKey
))
Expand Down Expand Up @@ -6203,7 +6197,6 @@ namespace PocketDb
(
select json_group_array(json_object(
'Value', Value,
'Number', Number,
'AddressHash', AddressHash,
'ScriptPubKey', ScriptPubKey
))
Expand Down

0 comments on commit 88ed33a

Please sign in to comment.