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

Commit 06502e0

Browse files
committed
Change default fee level to ECONOMIC
1 parent 59888ff commit 06502e0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/spend.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ func (n *OpenBazaarNode) Spend(args *SpendRequest) (*SpendResponse, error) {
100100
case "SUPER_ECONOMIC":
101101
feeLevel = wallet.SUPER_ECONOMIC
102102
default:
103-
feeLevel = wallet.NORMAL
103+
feeLevel = wallet.ECONOMIC
104104
}
105105

106106
txid, err := wal.Spend(*amt, addr, feeLevel, args.OrderID, args.SpendAll)

0 commit comments

Comments
 (0)