From 51b85ba576623d5b6db3b825700513c254e556dc Mon Sep 17 00:00:00 2001 From: ImmutableJeffrey Date: Mon, 23 Jun 2025 12:31:37 +1000 Subject: [PATCH] chore: update transaction hash to hash (#3790) --- Plugins/unreal-immutable-sdk | 2 +- Source/SampleGame426/Private/CustomLocalPlayer.cpp | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/Plugins/unreal-immutable-sdk b/Plugins/unreal-immutable-sdk index b0f8c5c..86bdfd3 160000 --- a/Plugins/unreal-immutable-sdk +++ b/Plugins/unreal-immutable-sdk @@ -1 +1 @@ -Subproject commit b0f8c5c90097b0310a1cb4a9c996b63be5aed42e +Subproject commit 86bdfd3f245f8976b33c478fc743e6ea95fb4145 diff --git a/Source/SampleGame426/Private/CustomLocalPlayer.cpp b/Source/SampleGame426/Private/CustomLocalPlayer.cpp index 107c9bd..b3f3059 100644 --- a/Source/SampleGame426/Private/CustomLocalPlayer.cpp +++ b/Source/SampleGame426/Private/CustomLocalPlayer.cpp @@ -197,7 +197,7 @@ void UCustomLocalPlayer::SignSubmitApproval(const FString& To, const FString& Da if (Receipt.IsSet()) { - TransactionHash = Receipt.GetValue().transactionHash; + TransactionHash = Receipt.GetValue().hash; Status = Receipt.GetValue().status; }