Skip to content

Commit 1960112

Browse files
authored
Update WalletContract.kt (#116)
1 parent 66b3bc6 commit 1960112

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

contract/src/wallet/WalletContract.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import kotlin.contracts.contract
77

88
public interface WalletContract : SmartContract {
99
public companion object {
10-
public const val DEFAULT_WALLET_ID: Int = 698983191
10+
public const val DEFAULT_WALLET_ID: Int = 698983191 // First 4 bytes of zero state root hash of mainnet (as int32 in Little Endian)
1111
}
1212

1313
public suspend fun transfer(privateKey: PrivateKeyEd25519, transfer: WalletTransfer)

0 commit comments

Comments
 (0)