wormchain: update accountant tests
This commit is contained in:
parent
3a1bc456e3
commit
16418d190d
File diff suppressed because it is too large
Load Diff
|
@ -489,8 +489,8 @@ func TestWasmdAccountantContractModify(t *testing.T) {
|
||||||
}
|
}
|
||||||
|
|
||||||
// construct the modify balance vaa
|
// construct the modify balance vaa
|
||||||
modify_msg := vaa.BodyTokenBridgeModifyBalance{
|
modify_msg := vaa.BodyAccountantModifyBalance{
|
||||||
Module: "TokenBridge",
|
Module: "GlobalAccountant",
|
||||||
TargetChainID: vaa.ChainIDWormchain,
|
TargetChainID: vaa.ChainIDWormchain,
|
||||||
Sequence: uint64(lastestSequence),
|
Sequence: uint64(lastestSequence),
|
||||||
ChainId: vaa.ChainIDSolana,
|
ChainId: vaa.ChainIDSolana,
|
||||||
|
|
Loading…
Reference in New Issue