Skip to content

Commit a6d815a

Browse files
author
DogLooksGood
committed
Fix registry state
1 parent 294f3aa commit a6d815a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

transport/src/solana/types/state/registry.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ use solana_sdk::pubkey::Pubkey;
66
pub struct GameReg {
77
pub title: String, // max: 16 chars
88
pub addr: Pubkey,
9-
pub bundle_key: Pubkey,
9+
pub bundle_key: String,
1010
pub reg_time: u64,
1111
}
1212

0 commit comments

Comments
 (0)