Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge branch 'master' into matthewericbassett/ch5685/getpoolinfo
  • Loading branch information
Matthew Eric Bassett committed Aug 5, 2020
2 parents c54a63a + f2ba4a8 commit 3e665a2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion src/Transactions/certificates.ts
Expand Up @@ -178,7 +178,7 @@ group by reserve.tx_id
UNION ALL
select 'MoveInstantaneous"rewards"Cert' as "jsType"
select 'MoveInstantaneousRewardsCert' as "jsType"
, 'CertMir' as "formalType"
, treasury.tx_id as "txId"
, max(treasury.cert_index) as "certIndex"
Expand Down
2 changes: 0 additions & 2 deletions src/services/transactionHistory.ts
Expand Up @@ -179,8 +179,6 @@ export const askTransactionHistory = async (

};



interface BlockNumByTxHashFrag {
block: BlockByTxHashFrag;
hash: string;
Expand Down

0 comments on commit 3e665a2

Please sign in to comment.