Skip to content
This repository was archived by the owner on Mar 28, 2023. It is now read-only.

Commit d4bc019

Browse files
committed
chash fix
1 parent 236fed7 commit d4bc019

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/completion.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -334,7 +334,7 @@ func (n *OpenBazaarNode) ReleaseFundsAfterTimeout(contract *pb.RicardianContract
334334
return err
335335
}
336336

337-
confirms, _, err := wal.GetConfirmations(*hash)
337+
confirms, _, err := wal.GetConfirmations(hash.String())
338338
if err != nil {
339339
return err
340340
}

0 commit comments

Comments
 (0)