Skip to content

Commit

Permalink
use current wasm hash on campfire
Browse files Browse the repository at this point in the history
  • Loading branch information
brentstone committed Feb 17, 2025
1 parent 9e5e65c commit 9ec07a9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion update-tx-claim-rewards/src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ fn apply_tx(ctx: &mut Ctx, _tx_data: BatchedTx) -> TxResult {
}

const TX_NAME: &str = "tx_claim_rewards.wasm";
const OLD_TX_HASH: &str = "b6a1f7e069360650d2c6a1bdd2e5f4e18bb748d35dad02c31c027673fa042d8c";
const OLD_TX_HASH: &str = "b1224953556ae9e4f83bd2c9593cfbb04a08b5592d150bff2c158225f2dbbdd6";
const NEW_TX_HASH: &str = "b74104949ac0c35ee922fdc3f3db454627742e2483d79550c12fcf31755c6d01";
const NEW_TX_CODE: &[u8] = include_bytes!(
"tx_claim_rewards.b74104949ac0c35ee922fdc3f3db454627742e2483d79550c12fcf31755c6d01.wasm"
Expand Down

0 comments on commit 9ec07a9

Please sign in to comment.