Skip to content

Commit

Permalink
Update WalletContract.kt (#116)
Browse files Browse the repository at this point in the history
  • Loading branch information
andreypfau authored Dec 25, 2023
1 parent 66b3bc6 commit 1960112
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion contract/src/wallet/WalletContract.kt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ import kotlin.contracts.contract

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

public suspend fun transfer(privateKey: PrivateKeyEd25519, transfer: WalletTransfer)
Expand Down

0 comments on commit 1960112

Please sign in to comment.