We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 933c38c commit fce06faCopy full SHA for fce06fa
1 file changed
Sources/SuiKit/Types/Structs/Builders/Transactions/TransactionBlock/TransactionBlock.swift
@@ -757,8 +757,8 @@ public class TransactionBlock {
757
758
let isReceiving = try
759
objectToResolve.normalizedType?.extractStructTag()?.address.hex() == Inputs.normalizeSuiAddress(value: "0x2") &&
760
- objectToResolve.normalizedType?.extractStructTag()?.name == "transfer" &&
761
- objectToResolve.normalizedType?.extractStructTag()?.module == "Receiving"
+ objectToResolve.normalizedType?.extractStructTag()?.module == "transfer" &&
+ objectToResolve.normalizedType?.extractStructTag()?.name == "Receiving"
762
763
if(isReceiving) {
764
objectToResolve.input.value = .callArg(
0 commit comments