Skip to content

Commit

Permalink
feat(peg): add svp spend tx hash unsigned storage entry
Browse files Browse the repository at this point in the history
  • Loading branch information
apancorb authored and marcos-iov committed Aug 28, 2024
1 parent 378c3b3 commit 2928e52
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,7 @@ public enum BridgeStorageIndexKey {

SVP_FUND_TX_HASH_UNSIGNED("svpFundTxHashUnsigned"),
SVP_FUND_TX_HASH_SIGNED("svpFundTxHashSigned"),
SVP_SPEND_TX_HASH_UNSIGNED("svpSpendTxHashUnsigned"),
;

private final String key;
Expand Down

0 comments on commit 2928e52

Please sign in to comment.