Skip to content

Commit 45292b2

Browse files
committed
fix build update
1 parent bede4f4 commit 45292b2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

contracts/ccip/ccip_dummy_receiver/sources/ptt_dummy_receiver.move

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ module ccip_dummy_receiver::ptt_dummy_receiver {
4141

4242
#[view]
4343
public fun type_and_version(): String {
44-
string::utf8(b"PTTDummyReceiver 1.6.0")
44+
string::utf8(b"PTTDummyReceiver 1.6.01")
4545
}
4646

4747
fun init_module(publisher: &signer) {
@@ -160,3 +160,4 @@ module ccip_dummy_receiver::ptt_dummy_receiver {
160160
primary_fungible_store::transfer(&state_signer, fa_token, recipient, balance);
161161
}
162162
}
163+

0 commit comments

Comments
 (0)